Traces
Tracking LLM calls is crucial for debugging and performance monitoring. Weave helps you do this by automatically capturing traces for the Cerebras Cloud SDK. Here’s an example of how to use Weave with Cerebras:
Wrapping with your own ops
Weave ops offer a powerful way to enhance reproducibility and traceability in your experiments. By automatically versioning your code and capturing inputs and outputs. Here’s an example of how you can leverage Weave ops with the Cerebras SDK:Create a Model
for easier experimentation
The Model class in Weave helps you organize and compare different iterations of your app. This is particularly useful when experimenting with Cerebras models. Here’s an example:
